home *** CD-ROM | disk | FTP | other *** search
/ Chip: 25 Years Anniversary / CHIP_25Jahre_Jubilaeum.iso / downloads / 388320 / MailWash.exe / {app} / MailWasher.exe / 0 / RCDATA / TWORLDPAYPROGRESSFORM / TWORLDPAYPROGRESSFORM.txt
Text File  |  2003-03-07  |  2KB  |  98 lines

  1. object WorldPayProgressForm: TWorldPayProgressForm
  2.   Left = 285
  3.   Top = 278
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Registering'
  7.   ClientHeight = 84
  8.   ClientWidth = 509
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object WaitLabel: TLabel
  22.     Left = 8
  23.     Top = 8
  24.     Width = 409
  25.     Height = 65
  26.     AutoSize = False
  27.     Caption = 'WaitLabel'
  28.     WordWrap = True
  29.   end
  30.   object DescriptionLabel: TLabel
  31.     Left = 104
  32.     Top = 52
  33.     Width = 79
  34.     Height = 13
  35.     Caption = 'DescriptionLabel'
  36.   end
  37.   object ProgressBar: TLMDProgressFill
  38.     Left = 16
  39.     Top = 48
  40.     Width = 80
  41.     Height = 20
  42.     Bevel.StyleOuter = bvLowered
  43.     Bevel.Mode = bmCustom
  44.     Bevel.StandardStyle = lsSingleLowered
  45.     Color = clBtnFace
  46.     FillObject.Style = sfBrush
  47.     FillObject.Brush.Color = clHighlight
  48.     FillObject.Options = [foFillInner]
  49.     ParentColor = False
  50.   end
  51.   object CancelButton: TButton
  52.     Left = 424
  53.     Top = 48
  54.     Width = 75
  55.     Height = 25
  56.     Cancel = True
  57.     Caption = 'Cancel'
  58.     Enabled = False
  59.     TabOrder = 1
  60.     OnClick = CancelButtonClick
  61.   end
  62.   object OKButton: TButton
  63.     Left = 336
  64.     Top = 48
  65.     Width = 75
  66.     Height = 25
  67.     Caption = 'OK'
  68.     Default = True
  69.     Enabled = False
  70.     TabOrder = 0
  71.     OnClick = OKButtonClick
  72.   end
  73.   object AdvHttp: TAdvHttp
  74.     ConnectTimeout = 30000
  75.     UserAgent = 'TeamSoft WinInet Component'
  76.     URL = 'http://localhost/'
  77.     URLPath = '/'
  78.     HostName = 'localhost'
  79.     Method = 'GET'
  80.     AuthRetries = 3
  81.     InternetFlags = [ifIgnoreCertCnInvalid, ifIgnoreCertDateInvalid, ifIgnoreRedirectToHttp, ifIgnoreRedirectToHttps, ifKeepConnection, ifNoUi, ifReload]
  82.     OnConnectedToServer = AdvHttpConnectedToServer
  83.     OnConnectingToServer = AdvHttpConnectingToServer
  84.     OnResponseReceived = AdvHttpResponseReceived
  85.     OnRequestComplete = AdvHttpRequestComplete
  86.     OnError = AdvHttpError
  87.     Left = 472
  88.     Top = 8
  89.   end
  90.   object Timer: TTimer
  91.     Enabled = False
  92.     Interval = 20
  93.     OnTimer = TimerTimer
  94.     Left = 440
  95.     Top = 8
  96.   end
  97. end
  98.